projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa3bdb9
)
Fix argplib dependency for new test executable (required for Alpine)
author
Jonathan Dieter
<jdieter@gmail.com>
Fri, 12 Nov 2021 22:21:13 +0000
(22:21 +0000)
committer
Jonathan Dieter
<jdieter@gmail.com>
Fri, 12 Nov 2021 22:21:13 +0000
(22:21 +0000)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
test/meson.build
patch
|
blob
|
history
diff --git
a/test/meson.build
b/test/meson.build
index 4f121d88c9cb373ba8ab8fee14c1a7dc1262a73a..2a5e189e5e4fd94de2664f33d30233695bb61fd8 100644
(file)
--- a/
test/meson.build
+++ b/
test/meson.build
@@
-28,6
+28,7
@@
zck_cmp_uncomp = executable(
'zck_cmp_uncomp',
['zck_cmp_uncomp.c'],
include_directories: incdir,
+ dependencies: argplib,
link_with: zcklib,
install: false
)